go/types.Checker.use (method)
17 uses
go/types (current package)
assignments.go#L258: check.use(rhs)
assignments.go#L422: if check.use(orig_rhs...) {
assignments.go#L496: okRHS := check.use(orig_rhs...)
builtins.go#L32: check.use(argList...)
builtins.go#L714: check.use(arg0)
call.go#L193: check.use(call.Args...)
call.go#L224: check.use(call.Args...)
call.go#L267: check.use(call.Args...)
call.go#L278: check.use(call.Args...)
call.go#L983: func (check *Checker) use(args ...ast.Expr) bool { return check.useN(args, false) }
index.go#L25: check.use(e.indices...)
index.go#L189: check.use(e.indices...)
index.go#L214: check.use(e.Low, e.High, e.Max)
literals.go#L327: check.use(e)
stmt.go#L862: check.use(s.Lhs...) // avoid follow-up errors
typexpr.go#L328: check.use(e.Elt)
typexpr.go#L410: check.use(e0)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)